home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo1.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  520 b   |  20 lines

  1. global gplayall
  2.  
  3. on exitFrame
  4.   playsound(4)
  5.   animebutton3(3, "Quit,1", "Quit,2")
  6.   animebutton3(4, "Config,1", "Config,2")
  7.   mouseonsp2(5, "Return,U", "Return")
  8.   mouseonsp2(6, "P1,U", "P1")
  9.   mouseonsp2(7, "P2,U", "P2")
  10.   mouseonsp2(8, "P3,U", "P3")
  11.   animebutton3(10, "Zoom,1", "Zoom,2")
  12.   mouseonsp2(15, "Profile1,U", "Profile1")
  13.   mouseonsp2(16, "Profile2,U", "Profile2")
  14.   mouseonsp2(17, "Profile3,U", "Profile3")
  15.   if gplayall <> 1 then
  16.     animebutton3(9, "PlayAll,1", "PlayAll,3")
  17.   end if
  18.   go(the frame)
  19. end
  20.